/*   
Theme Name: Cardboard: A Thematic Child Theme
Theme URI: 
Description: A Thematic Child Theme for Yoni Kaston.
Author: Avia Moore
Author URI: http://themeshaper.com/
Template: thematic
Version: 1.0
Tags: Thematic
.
Thematic is © Ian Stewart http://themeshaper.com/
.
*/

/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');

/* Apply basic typography styles */
@import url('../thematic/library/styles/typography.css');

/* Apply a basic layout */
@import url('../thematic/library/layouts/2c-r-fixed.css');

/* Apply basic image styles */
@import url('../thematic/library/styles/images.css');

/* Apply default theme styles and colors */
/* It's better to actually copy over default.css into this file (or link to a copy in your child theme) if you're going to do anything outrageous */
@import url('../thematic/library/styles/default.css');

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');


/* =Global Elements
-------------------------------------------------------------- */

body {
	background: url("images/background.jpg") repeat scroll;
}
#wrapper {
	background: url("images/box-left.png") no-repeat scroll center top;
}
body, input, textarea {
    font:14px "Palatino Linotype", "Book Antiqua", Palatino, serif;
    line-height:22px;
}

/* =Header
-------------------------------------------------------------- */
#header {
	background: url("images/box-top.png") no-repeat scroll center top;
	margin-top: 25px;
	padding-bottom: 50px;
}
#access {
	border: 0px;
	font-size:14px;
	margin-left: 250px;
	margin-top:35px;
}

/* =Content
-------------------------------------------------------------- */
#main {
	background: url("images/box-right.jpg") no-repeat scroll right top #F3EFEB;
	min-height:830px;
	max-height:830px;
	padding-top:30px;
	border-bottom-left-radius:10px;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
}
.main-aside {
	color:#E0D6CC;
}
#primary {
	border:0px;
	margin-right: 10px;
}
.aside a {
	color:#E0D6CC;	
}
#subsidiary #second {
	width: 940px;
	padding-top:40px;
}
	
.entry-meta, .entry-utility {
	display:none;
}
.entry-content, .entry-title {
	padding-left:21px;
	padding-right:1px;
	padding-bottom:5px;
}
#blog-title, #blog-description {
	display: none;
}
.entry-title {
    font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
    font-style: italic;
}

/* =MENU SKIN
-------------------------------------------------------------- */
/*** THEMATIC SKIN ***/
.sf-menu {
    border-right:0px;
	float:left;
}
.ie6 .sf-menu {
	margin-bottom: -1px;
}
.sf-menu a {
	border-left:1px;
	border-top:0px;
	border-bottom:0px;
	padding:9px 13px;
	text-decoration:none;
}
.windows .sf-menu a {
	font-size: 12px;
	padding:9px 13px 10px;
}
.sf-menu .current_page_item a,
.sf-menu .current_page_ancestor a,
.sf-menu .current_page_parent a {
    border-bottom-color:#593A19;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#593A19;
}
.sf-menu li {
	background:		transparent;
}
.sf-menu li li {
	background:		transparent;
}
.sf-menu li li li {
	background:		transparent;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	color:#8F4700;
    background:     #E0D6CC;
	outline:		0;
    border-bottom-color:#593A19;
}
.sf-menu ul {
    border-right:0px;
    border-bottom:0px;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	top:32px; /* overriding essential styles */
}
.sf-menu ul ul {
    margin-top:0;
}
.sf-menu ul a {
    background:#E0D6CC;
	border-bottom:none;
}
.sf-menu ul a:hover {
    color: #8F4700;
}

/*** FOOTER MENU SKIN ***/
#menu-footer {
    border-right:0px;
	float:left;
}
#menu-footer li {
	display: inline; 
}
.ie6 #menu-footer {
	margin-bottom: -1px;
}
#menu-footer a {
	border-left:1px;
	border-top:0px;
	border-bottom:0px;
	padding:9px 13px;
	text-decoration:none;
}
.windows #menu-footer a {
	font-size: 12px;
	padding:9px 13px 10px;
}
#menu-footer .current_page_item a,
#menu-footer .current_page_ancestor a,
#menu-footer .current_page_parent a {
    border-bottom-color:#593A19;
}
#menu-footer a, #menu-footer a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#593A19;
}
#menu-footer li {
	background:		transparent;
}
#menu-footer li li {
	background:		transparent;
}
#menu-footer li li li {
	background:		transparent;
}
#menu-footer li:hover, #menu-footer li.sfHover,
#menu-footer a:focus, #menu-footer a:hover, #menu-footer a:active {
	color:#8F4700;
    background:     #E0D6CC;
	outline:		0;
    border-bottom-color:#593A19;
}
#menu-footer ul {
    border-right:0px;
    border-bottom:0px;
}
#menu-footer li:hover ul,
#menu-footer li.sfHover ul {
	top:32px; /* overriding essential styles */
}
#menu-footer ul ul {
    margin-top:0;
}
#menu-footer ul a {
    background:#E0D6CC;
	border-bottom:none;
}
#menu-footer ul a:hover {
    color: #8F4700;
}

/* =Widgets
-------------------------------------------------------------- */
.wpaudio-download {
	display:none;
}

/* =Footer
-------------------------------------------------------------- */
#footer {
	background: url("images/box-bottom.png") no-repeat scroll center bottom;
	min-height:295px;
	border-top:0px;
	margin-top:0px;
	padding-top: 0px;
}
#siteinfo {
	color: #E0D6CC;
	padding-bottom: 60px;
}
